home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / gfx / edit / WF_Base.lha / WF-Base / Wildfire / Macros / shell.rexx < prev    next >
OS/2 REXX Batch file  |  1997-01-12  |  434b  |  17 lines

  1. /*
  2. ------------------------------------------------------------
  3.  shell.rexx
  4.  
  5.  This script opens a shell-window on the Wildfire-Screen
  6.  
  7.  Copyright ©1996 WK-Artworks
  8. ------------------------------------------------------------
  9. */
  10.  
  11. if ~show('P','Wildfire') then do
  12.  say " Error: The Wildfire-program must be started before executing this script."
  13.  exit
  14. end
  15.  
  16. address command 'newshell con:0/232/656/250/User-Shell/CLOSE///SCREENWildfire'
  17.